Fix corner case in prefix-arg handling for mouse events (Bug#1586).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 2 Jul 2011 23:40:04 +0000 (19:40 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 2 Jul 2011 23:40:04 +0000 (19:40 -0400)
commit23b5566a369b349078387c368c378bb983a4bae0
tree4931961100599fa45309370307068e0c8a642a0e
parent5834ce5fe4f070ab6157c777bc74962e3c35ce63
Fix corner case in prefix-arg handling for mouse events (Bug#1586).

* src/keyboard.c (command_loop_1): If a down-mouse event is unbound,
leave any prefix arg for the up event.
src/ChangeLog
src/keyboard.c